home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / test_crypt.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  424b  |  13 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Simple test script for cryptmodule.c
  5.    Roger E. Masse
  6. '''
  7. from test.test_support import verify, verbose
  8. import crypt
  9. c = crypt.crypt('mypassword', 'ab')
  10. if verbose:
  11.     print 'Test encryption: ', c
  12.  
  13.